<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ul-pord.sty li:hover .txt{
    background-color:#2968E6;
}
.ul-pord.sty li:hover {
    box-shadow: 0 6px 10px 5px rgba(11, 223, 141, .08);
    background:#2968E6;
}
.ul-pord.sty li:hover .tit,.ul-pord li:hover .desc{
    color:#fff;
}
.ul-pord.sty li:hover .a{
    background-color: #fff;
    color:#2968E6;
}
.ul-pord{
    overflow: hidden;
    margin:30px  0 0;
}
.ul-pord li{
   background: #FFF;
    margin-bottom: 35px;
    transition: all .6s;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.ul-pord li .pic{
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.ul-pord li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-pord li .txt{
    overflow: hidden;
    height: 300px;
    padding: 37px 23px 0 0;
}
.ul-pord li:nth-child(even) .pic{
    float: right;
}
.ul-pord li:nth-child(even) .txt{

}
.ul-pord li .tit{
    height: 50px;
    line-height: 26px;
    font-size: 22px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
}
.ul-pord li .tit::after{
    content: '';
    width: 90px;
    height: 4px;
    background:#2968E6;
    position: absolute;
    left: 0px;
    top: 45px;
}
.ul-pord li .top{
    padding-left: 35px;
     transition: all .6s;
}

.ul-pord li .a{
    background:#2968E6;
    padding: 8px 35px;
    color: #FFF;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
}

.ul-pord li .desc{
    font-size: 14px;
    color: #a2a2a2;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 25px;
}
.ul-pord li .time{
     font-size: 14px;
    color: #a2a2a2;
    margin-bottom: 15px;
}
.ul-pord li:hover {
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
    background: #efefef;
}
.ul-pord li:hover .tit::after{
    background-color: #fff;
}
.ul-pord li:hover .time{
    color:#fff;
}
.ul-pord li:hover .top{
    margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
.ul-pord li .pic{width: 300px;height: 200px;}
.ul-pord li .txt{height: 200px;}
.ul-pord li .top{padding-left: 10px;}
.ul-pord li .txt{padding: 10px 10px  0 0;}
.ul-pord li .tit{font-size: 18px;height: auto;padding-bottom: 15px;}
.ul-pord li .tit::after{top: auto;bottom: 0;}
}
@media only screen and (max-width: 767px) {
        .ul-pord li .pic{width: auto;float: none;height: auto;}
    .ul-pord li .txt{height: auto;padding: 10px;}
}
#px_banner{

    overflow: hidden;
}
#px_banner img,
.ban img{
    display: block;
    width: 100%;
    height: 100%;
}
.main,#main{
    overflow: hidden;
}

.cur,
.cur a{
    font-size: 12px;
    color: #5e5e5e;
    line-height: 20px;
}
.cur{
    padding: 18px   ;
    background: url(../images/cur.png) no-repeat left center;
    background-size: 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cur a:hover{
    color: #AF7C2C;
}

.m-text1{
    padding: 20px 0;
}
.m-text1 .sub_title {
    height: 70px;
    line-height: 70px;
    position: relative;
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: bold;
    color: #323f48;
    text-align: center;
}
.m-text1 .sub_title:after {
    content: '';
    width: 53px;
    height: 3px;
    background: #b28d05;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: -3px;
}
.m-text1 .companyInfo{
    line-height: 2;
    font-size: 15px;
    margin-top: 8px;
}
.m-text1 img{
    display: block;
    margin:0 auto 15px;
}



/**rongyu**/
.ul-tabx1{font-size:0;background-color: #eee;height: 50px;margin-top: 15px;}

.ul-tabx1 li a{font-size:16px;position:relative;width:222px;height:50px;line-height:50px;padding: 0 15px;display: block;background-color:#2968E6;color:#fff;}
.ul-tabx1 li a::after{content:'';position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#1c98d6;}
.ul-tabx1 li:last-child a::after,.ul-tabx1.fixed li a::after{display:none;}


/**news**/
.news_list{}
.news_list .news_ul{padding:35px 0;border-bottom: 1px solid #dbdbdb;}
.news_list .news_ul .img{width:200px;height:135px;float:left;margin-top:4px;border:1px solid #dbdbdb;position:relative;}
.news_list .news_ul .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.news_list .news_ul .news_txt{width:calc(100% - 340px);float:left;margin-left:32px;}
.news_list .news_ul .news_txt p{margin-bottom:0;}
.news_list .news_ul .news_txt .news_title{font-size:22px;line-height:35px;height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list .news_ul .news_txt .news_info{line-height:25px;padding-top:5px;color:#888;}
.news_list .news_ul .news_date{width:80px;float:right;border:1px solid #dbdbdb;text-align:center;margin-top:32px;color:#999;padding:8px 10px;}
.news_list .news_ul .news_date span{font-size:50px;line-height:50px;display:block;}
.news_list .news_ul .news_date p{line-height:25px;height:25px;}
/*newscow*/
.newscow{}
.newscow .newscow_left{width:71%;float:left;}
.newscow .newscow_left .h1{line-height:30px;font-size:24px;margin-top:0;}
.newscow .newscow_left .pubinfo{line-height:26px;padding-bottom:10px;color:#626262;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px;}
.newscow .newscow_left .pubinfo span{padding-right:10px;white-space:nowrap;}
.newscow .newscow_left .newscount{line-height:30px;font-size:15px;color:#626262;}
.newscow .newscow_left .newscount h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.newscow .newscow_left .newscount h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.newscow .newscow_left .newscount p{line-height:30px;padding-top:8px;font-size:16px;color:#626262;}
.newscow .newscow_left .newscount img{margin:0 auto;display:block;max-width:100%;height:auto;}
.newscow .newscow_left .newscount table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.newscow .newscow_left .newscount table td{border-right:1px solid #000;border-bottom:1px solid #000;}

/****/
.contact{color:#666;}
.contact .txt_p{width:50%;margin-bottom:30px;float:left;}
.contact .txt_p em{display:block;float:left;width:50px;height:50px;border-radius:50%;}
.contact .txt_p em.manicon{background:url(../images/manicon.png) no-repeat center center#2968E6;}
.contact .txt_p em.telicon{background:url(../images/telicon.png) no-repeat center center#2968E6;}
.contact .txt_p em.phoneicon{background:url(../images/phoneicon.png) no-repeat center center#2968E6;}
.contact .txt_p em.faxicon{background:url(../images/faxicon.png) no-repeat center center#2968E6;}
.contact .txt_p em.emailicon{background:url(../images/emailicon.png) no-repeat center center#2968E6;}
.contact .txt_p em.dhicon{background:url(../images/400icon.png) no-repeat center center#2968E6;}
.contact .txt_p .pp{float:left;margin-left:15px;}
.contact .txt_p .pp p{line-height:50px;margin-bottom:0;}
.contact .txt_add{width:100%;}
.contact .txt_add em{display:block;float:left;width:50px;height:50px;border-radius:50%;}
.contact .txt_add em.addicon{background:url(../images/addicon.png) no-repeat center center#2968E6;}
.contact .txt_add .pp{float:left;margin-left:15px;}
.contact .txt_add .pp p{line-height:50px;}
.contact_feedback{width:100%;background:url(../images/contactfeedbackbg.webp) no-repeat center top;background-size:cover;padding-bottom:30px;}
.contact_feedback .contact_fcontent{padding-top:1px;}
.contact_feedback .contact_fcontent .c_title{margin-top:30px;color:#fff;margin-top:30px;text-align:center;}
.contact_feedback .contact_fcontent .c_title p{margin-bottom:23px;font-size:24px;position:relative;}
.contact_feedback .contact_fcontent .c_title p:after{content:"";position:absolute;bottom:-9px;left:50%;width:38px;height:1px;margin-left:-19px;background:#FFF;}
.contact_feedback .contact_fcontent .c_title span{display:inline-block;line-height:2.1;font-size:16px;color:#fff;}
.contact_feedback .c_form{margin-top:26px;text-align:center;}
.contact_feedback .c_form1{}
.contact_feedback .c_form1 input{margin:0;width:100%;height:49px;border:1px solid #afafb1;margin-top:22px;padding:0 15px;color:#fff;outline:none;background:none;}
.contact_feedback .c_form1 input:first-child{margin-top:0;}
.contact_feedback .c_form2{}
.contact_feedback .c_form2 textarea{width:100%;height:191px;border:1px solid #afafb1;padding:15px;color:#fff;float:right;background:none;outline:none;resize:none;}
.contact_feedback .btn{background:#2968E6;color:#fff;border-radius:5px;padding:0 25px;height:49px;font-size:16px;text-align:center;margin-top:22px;outline:none;width:100%;}
.contact_feedback .c_form1 input::placeholder,
.contact_feedback .c_form2 textarea::placeholder{
    color:#fff;
}

#contactmap{height: 500px;}
#container1{height: 100%;}

.pi_content iframe{
    display: block;
   width: 800px;
    height: 450px;
     margin:0 auto;
}

@media only screen and (max-width: 1300px) {
.ul-tabx1.fixed{top: 165px;}
}


@media only screen and (max-width: 960px) {

    .m-text1{padding-top: 0;}
    #contactmap{height: 300px;}
     .pi_content iframe{width: 100%;height: 300px;}
     .slick1 .item{width: 50%;}
     .ul-tabx1 li a{width: 100px;}
      .ul-tabx1.fixed{top: 65px;}
}

@media only screen and (max-width: 767px) {
      #video iframe{height: 200px;}
     
   
}

@media only screen and (max-width: 450px) {
   
    .slick1 .item{width: auto;float: none;}
   
    #video iframe{height: 180px;}
    .m-text1 .sub_title{font-size: 20px;line-height: 40px;height: 40px;}

    ::-webkit-scrollbar{
            displayï¼šnone;
    }


}



p{margin:0;}
/*crumbs*/
.g-contant{
    font-weight: bold;
}
.wrap{padding:15px 0;}
.wrap .sub_title{height:70px;line-height:70px;position:relative;margin:0 0 25px 0;font-size:26px;font-weight:bold;color:#323f48;text-align:center;}
.wrap .sub_title:after{content:'';width:53px;height:3px;background:#2968E6;position:absolute;left:50%;margin-left:-26px;bottom:-3px;}
/*companyInfo*/
/*.companyInfo{line-height:2;font-size:15px;margin-top:8px;}*/
/*.companyInfo img,.companyInfo p img{max-width:100%;height:100%;display:block;margin:0 auto;margin-top:8px;}*/
/*.companyInfo h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.companyInfo h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.companyInfo table{border-top:1px solid #CCC;border-left:1px solid #CCC;margin:0 auto;width:100%!important;}
.companyInfo td{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;}
.companyInfo th{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;font-size:18px;}*/
/*singleinfo*/
.singleinfo{margin-top:20px;}
.singleinfo_c{}
.singleinfo_c p{line-height:2;font-size:15px;margin-bottom:0;}
.singleinfo_c img,.companyInfo p img{max-width:100%;display:block;margin:0 auto;margin-top:15px;}
.singleinfo_c h2{margin:10px 0!important;font-size:20px!important;font-weight:bold!important;}
.singleinfo_c h3{margin:10px 0!important;font-size:17px!important;font-weight:bold!important;}
.singleinfo_c table{border-top:1px solid #CCC;border-left:1px solid #CCC;}
.singleinfo_c td{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;}
.singleinfo_c th{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;font-size:18px;}
/*newslist*/
.news_list{}
.news_list .news_ul{padding:35px 0;border-bottom: 1px solid #dbdbdb;}
.news_list .news_ul .img{width:200px;height:135px;float:left;margin-top:4px;border:1px solid #dbdbdb;position:relative;}
.news_list .news_ul .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.news_list .news_ul .news_txt{width:calc(100% - 340px);float:left;margin-left:32px;}
.news_list .news_ul .news_txt p{margin-bottom:0;}
.news_list .news_ul .news_txt .news_title{font-size:22px;line-height:35px;height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list .news_ul .news_txt .news_info{line-height:25px;padding-top:5px;color:#888;}
.news_list .news_ul .news_date{width:80px;float:right;border:1px solid #dbdbdb;text-align:center;margin-top:32px;color:#999;padding:8px 10px;}
.news_list .news_ul .news_date span{font-size:50px;line-height:50px;display:block;}
.news_list .news_ul .news_date p{line-height:25px;height:25px;}
/*newscow*/
.newscow{}
.newscow .newscow_left{width:71%;float:left;overflow: hidden;margin-bottom: 10px;}
.newscow .newscow_left .h1{line-height:30px;font-size:24px;margin-top:0;}
.newscow .newscow_left .pubinfo{line-height:26px;padding-bottom:10px;color:#626262;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px;}
.newscow .newscow_left .pubinfo span{padding-right:10px;white-space:nowrap;}
.newscow .newscow_left .newscount{line-height:30px;font-size:15px;color:#626262;}
.newscow .newscow_left .newscount h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.newscow .newscow_left .newscount h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.newscow .newscow_left .newscount p{line-height:30px;padding-top:8px;font-size:16px;color:#626262;}
.newscow .newscow_left .newscount img{margin:0 auto;display:block;max-width:100%;height:auto;}
.newscow .newscow_left .newscount table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.newscow .newscow_left .newscount table td{border-right:1px solid #000;border-bottom:1px solid #000;}
/*proclass*/
/*product*/
.product_wrap_img{margin-top:20px;background:#E2E2E2;}
.product_wrap_img .pwi_left{width:33%;float:left; background:#FFF}
.product_wrap_img .pwi_left .pwi_left_img{width:100%;padding-bottom:75%;position:relative;overflow: hidden;}
.product_wrap_img .pwi_left .pwi_left_img img{
    width:100%;height:100%;position:absolute;top:0%;left:0%;display:block;object-fit:contain; border:1px solid #eeeeee  }
.product_wrap_img .pwi_right{width:64%;float:right;padding-right:20px;}
.product_wrap_img .pwi_right .pwi_right_txt{width:100%;padding-bottom:40%;position:relative;}
.product_wrap_img .pwi_right .pwi_right_txt .pr_txt{


    position:absolute;width:100%;top:50%;-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);}
.product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1{margin:0;font-size:25px;line-height:54px;}
.product_wrap_img .pwi_right .pwi_right_txt .pr_txt p{margin:0;font-size:13px;line-height:24px;color:#656565;padding-bottom:18px;}

.row .ul-prod2 li{
    width: 10%;
}
.ul-prod3 {
    overflow: hidden;
    margin-top: 10px;
}
.ul-prod3  a{
    display: block;
    float: left;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    background:#2968E6;
    padding: 0 15px;
    margin-right: 20px;
}
.proinfo .box{
    width: 72%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
/*product*/
.product_class{font-size: 0;
    margin-top: 25px;
    width: 100%;
    display: table;
    background: #eeeeee;}
.product_class .pc_li{display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 50px;
    text-align: center;
    position: relative;
    font-size: 14px;
    background: #eeeeee;
    border-right: 1px solid #FFF;}

.product_class .pc_li:hover a{
    display: block;
}
.product_class .pc_li:hover,.product_class .pc_li.on{background:#2968E6;}
.product_class .pc_li:hover a,.product_class .pc_li.on a{color:#fff;}
.product_class .pc_li.on::after{
    content:'';
    display: block;
    position: absolute;
    left: -10px;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    background: url(../images/jiantou.png) no-repeat;
}


.product_class .pc_li:hover&gt;span&gt;i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.product_class .pc_ul{position:absolute;left:0;top:36px;z-index:2;background:rgba(248,24,0,0.8);min-width:100%;display:none;}
.product_class .pc_ul&gt;ul{margin:0;}
.product_class .pc_ul&gt;ul&gt;li{height:36px;line-height:36px;border-bottom:1px solid #E8E8E8;}
.product_class .pc_ul&gt;ul&gt;li:last-child{border-bottom:none;}
.product_class .pc_ul&gt;ul&gt;li&gt;a{color:#FFF;padding:0 10px;display:block;width:100%;height:100%;white-space:nowrap;}
.product_class .pc_ul&gt;ul&gt;li:hover{background:rgba(248,24,0,1);}

.mproduct_class{width:100%;position:relative;display:none;}
.mproduct_class .pl_ul{width:100%;height:40px;position:relative;background:#e6e6e6;padding:0 15px;}
.mproduct_class .pl_ul span{display:inline-block;height:40px;line-height:40px;color:#000;}
.mproduct_class .pl_ul i{float:right;display:inline-block;width:40px;height:40px;background:url(navarrow.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;}
.mproduct_class .pl_ul.on i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.mproduct_class .ul_li{text-align:left;font-size:0;-webkit-text-size-adjust:none;position:absolute;top:40px;left:0;width:100%;z-index:3;display:none;}
.mproduct_class .ul_li .m_li{width:100%;display:inline-block;background:#1e5dac;font-size:14px;position:relative;border-top:1px solid #e5e5e5;}
.mproduct_class .ul_li .m_li&gt;span{display:inline-block;width:100%;height:40px;text-indent:15px;}
.mproduct_class .ul_li .m_li&gt;span&gt;a{float:left;height:40px;line-height:40px;display:inline-block;color:#FFF;}
.mproduct_class .ul_li .m_li&gt;span&gt;i{float:right;display:block;width:40px;height:40px;background:url(mclassicon.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;}
.mproduct_class .ul_li .m_li.on{background:#537db5;}
.mproduct_class .ul_li .m_li.on&gt;span&gt;i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.mproduct_class .ul_li .m_ul{background:#537db5;width:100%;display:none;}
.mproduct_class .ul_li .m_ul&gt;ul{margin:0;}
.mproduct_class .ul_li .m_ul&gt;ul&gt;li{height:36px;line-height:36px;font-size:13px;text-indent:30px;}
.mproduct_class .ul_li .m_ul&gt;ul&gt;li:last-child{border-bottom:none;}
.mproduct_class .ul_li .m_ul&gt;ul&gt;li&gt;a{color:#FFF;padding:0 10px;display:block;width:100%;height:100%;white-space:nowrap;}











.product_wrap_li{position:relative;}
.product_wrap_li li{background:#FFF;margin-top:20px;width:23.8%;float:left;margin-left:1.6%;}
.product_wrap_li li:nth-child(4n+1){margin-left:0;}
.product_wrap_li li .p_img{width:100%;padding-bottom:132%;position:relative;overflow:hidden;border:2px solid #efefef;}
.product_wrap_li li .p_img img{object-fit:contain;width:100%;height:100%;position:absolute;left:0;top:0;display:block;transition:1s all;-webkit-transition:1s all;}
.product_wrap_li li p{margin:0;line-height:43px;color:#666;text-align:center;background:#F1F1F1;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product_wrap_li li p a{color:#666;}
/*product_list*/
.product_list{position:relative;}
.product_list li{margin-top:5px;width:25%;float:left;padding:8px;cursor:pointer;}
.product_list li .p_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border:2px solid #efefef;}
.product_list li .p_img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit: cover;}
.product_list.sty li .p_img img{object-fit: contain;}
.product_list li .p_img .videoicon{background:url(videoicon.png) no-repeat center center rgba(0,0,0,.3);position:absolute;left:0;top:0;background-size:60px auto;display:block;width:100%;height:100%;}
.product_list li p{margin:0;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.product_list li p.bg{background-color: #eee;line-height: 45px;padding: 0;}
.product_list li .txt{background:#F1F1F1;padding:10px;}
.product_list li p a{color:#666;}
.product_list li .tit{font-size: 17px;color:#000;font-weight: bold;margin-bottom: 2px;}
.product_list li .desc{
    text-align: center;
    font-size: 12px;
    height: 35px;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
/*productshow*/
.productshow{}
.productshow .productshow_left{width:71%;float:left;}
.productshow .productshow_left .pro_title{color:#333;font-size:20px;text-align:left;padding:10px 0;margin:0;font-weight:bold;text-align:center;}
.productshow .productshow_left .pro_info{color:#333;font-weight:normal;text-align:center;font-size:12px;padding-bottom:15px;border-bottom:1px solid #CCC;}
.productshow .productshow_left .pro_img{max-width:600px;height:auto;margin:15px auto 25px;}
.productshow .productshow_left .pro_img img{width:100%;height:100%;display:block;}
.productshow .productshow_left .productshow_ul{margin-top:20px;background:#E5E5E5;}
.productshow .productshow_left .productshow_ul li{height:40px;line-height:40px;float:left;padding:0 15px;color:#444;cursor:pointer;}
.productshow .productshow_left .productshow_ul li.hover{background:#2968E6;color:#FFF;}
.productshow .productshow_left .pro_txt{font-size:15px;line-height:30px;margin-top:10px;}
.productshow .productshow_left .pro_txt h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.productshow .productshow_left .pro_txt h3{margin:0;font-size:16px;font-weight:bold;margin-top:8px;line-height:30px;}
.productshow .productshow_left .pro_txt p{font-size:15px;line-height:30px;margin-top:8px;}
.productshow .productshow_left .pro_txt img{max-width:100%;height:auto;margin:0 auto;display:block;}
.productshow .productshow_left .pro_txt table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.productshow .productshow_left .pro_txt table td{border-right:1px solid #000;border-bottom:1px solid #000;}
.productshow .productshow_left .pro_txt iframe{width:100%;height:600px;}
.productshow .productshow_left .pro_contact{margin-top:20px;}
.productshow .productshow_left .pro_contact .h1{height:40px;line-height:40px;color:#ff9c00;font-size:18px;font-weight:bold;position:relative;background:#E1E1E1;text-indent:20px;}
.productshow .productshow_left .pro_contact .h1:after{content:'';width:3px;height:20px;background:#d30037;position:absolute;left:5px;top:10px;}
.productshow .productshow_left .pro_contact p{line-height:2;margin:15px 0;font-size:16px;}
.productshow .productshow_left .pro_contact img,.productshow .productshow_left .pro_contact p img{max-width:840px;display:block;margin:0 auto;}
.productshow .productshow_left .pro_form{margin-top:20px;}
.productshow .productshow_left .pro_form p{line-height:2;margin:15px 0;font-size:16px;}
.productshow .productshow_left .pro_form table{border-top:1px solid #CCC;border-left:1px solid #CCC;}
.productshow .productshow_left .pro_form td{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;}
.productshow .productshow_left .pro_form th{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;font-size:18px;}
/*proinfo*/
.proinfo{padding:20px 0;overflow: hidden;}
.pi_top{overflow: hidden;}
.pi_top .pi_top_left{width:36%;float:left;}
.pi_top .pi_top_left .pil_img{width:100%;padding-bottom:75%;position:relative;}
.pi_top .pi_top_left .pil_img img{width:100%;height:100%;position:absolute;left:0;top:0;display:block;object-fit:contain;border:1px solid #DBDBDB;}
.pi_top .pi_top_right{width:60%;float:right;padding-top:15px;}
.pi_top .pi_top_right h1{margin:0;font-size:26px;height:auto;line-height:40px;color:#333;}
.pi_top .pi_top_right em{display:inline-block;color:#777;height:30px;line-height:30px;font-style:normal;}
.pi_top .pi_top_right i{display:block;width:100%;height:1px;background:#DBDBDB;margin:10px 0;}
.pi_top .pi_top_right .pi_jianjie{}
.pi_top .pi_top_right .pi_jianjie p{margin:0;color:#666;line-height:30px;}
.pi_top .pi_top_right .pi_btn{padding-top:20px;text-align:left;font-size:0;-webkit-text-size-adjust:none;}
.pi_top .pi_top_right .pi_btn span{display:inline-block;background:#2968E6;height:50px;line-height:50px;color:#FFF;padding:0 15px;font-size:18px;margin-left:20px;border-radius:3px;}
.pi_top .pi_top_right .pi_btn span a{color:#FFF;display:block;width:100%;height:100%;}
.pi_top .pi_top_right .pi_btn span:first-child{margin-left:0;}
.pi_top .pi_top_right .pi_btn span:last-child{background:#ff9c00;}
.pi_center{margin-top:20px;}
.pi_center .pi_left{width:100%;float:left;overflow: hidden;}
.pi_nav{font-size:0;-webkit-text-size-adjust:none;background:#DDD;margin-top: 20px;}
.pi_nav span{display:inline-block;height:40px;line-height:40px;color:#FFF;width:120px;font-size:14px;text-align:center;background:#2968E6;}
.pi_content{padding:20px 0 30px;}
.pi_content .pro_txt{font-size:15px;line-height:30px;}
.pi_content .pro_txt p{font-size:15px;line-height:30px;}
.pi_content .pro_txt h2{margin:0;font-size:20px!important;padding:10px 0;font-weight:bold;line-height:30px!important;}
.pi_content .pro_txt h3{margin:0;font-size:18px!important;margin:8px 0;font-weight:bold;line-height:28px!important;}
.pi_content .pro_txt h4{margin:0;font-size:16px!important;margin:6px 0;font-weight:bold;line-height:26px!important;}
.pi_content .pro_txt img{max-width:100%;height:auto;margin:0 auto;display:block;}
.pi_content .pro_txt table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;}
.pi_content .pro_txt table td{border-right:1px solid #000;border-bottom:1px solid #000;padding:7px 0;}
.pi_content .pro_txt table td p{line-height:1.5!important;font-size:15px!important;}
.pi_content .pro_txt .p_iframe .p_ifr{width:100%;padding-bottom:75%;position:relative;}
.pi_content .pro_txt .p_iframe .p_ifr iframe{width:100%;height:100%;position:absolute;left:0;top:0;display:block;}





.news_94{padding:30px 0;}
.news_94 .nl_content{margin-top:20px;}
.news_94 .nl_li{margin-top:5px;padding:20px 0 15px;border-bottom:1px dashed #E2E2E2;float:left;width:48%;margin-left:4%;}
.news_94 .nl_li:nth-child(odd){margin-left:0;}
.news_94 .nl_li .nl_date{width:110px;height:34px;line-height:34px;font-size:32px;font-weight:bold;color:#2968E6;position:absolute;left:0;top:0;}
.news_94 .nl_li .nl_txt{padding-left:138px;position:relative;}
.news_94 .nl_li .nl_txt:before{content:'';width:1px;height:80px;position:absolute;left:110px;top:0;background:#e2e2e2;}
.news_94 .nl_li .nl_txt p{margin:0;color:#666;}
.news_94 .nl_li .nl_txt p a{color:#252525;}
.news_94 .nl_li .nl_txt p:nth-child(2){font-size:16px;height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_94 .nl_li .nl_txt p:last-child{margin-top:12px;height:48px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}





.pipb_title{text-align:center;}
.pipb_title h2{margin:0;font-size:36px;height:50px;line-height:50px;color:#313131;}
.pipb_title p{margin:0;font-size:18px;text-transform:uppercase;color:#FFF;line-height:26px;height:26px;}
.pi_rylc{background:#f6f7f7;margin-top:30px;padding:30px 0;background-size:cover;}
.pi_rylc .rylc{}
.pi_rylc .rylc .rylc_li{width:23.8%;margin-left:1.6%;float:left;position:relative;padding:40px 20px 15px;margin-top:40px;border:1px solid#2968E6;}
.pi_rylc .rylc .rylc_li:nth-child(4n+1){margin-left:0;}
.pi_rylc .rylc .rylc_li i{width:60px;height:60px;background:#2968E6;border-radius:50%;position:absolute;left:50%;margin-left:-30px;top:-30px;display:block;font-style:normal;line-height:60px;text-align:center;font-size:30px;font-weight:bold;color:#FFF;}
.pi_rylc .rylc .rylc_li p{font-size:16px;color:#333;line-height:28px;text-align:center;min-height:56px;}
.pi_rylc p{margin:0;line-height:30px;font-size:16px;color:#333;}
.pi_blhx{padding:30px 0 50px;}
.pi_blhx .pi_ul{}
.pi_blhx .pi_li{width:23.8%;float:left;margin-left:1.6%;margin-top:20px;padding:10px 20px;border:1px solid #CCC;}
.pi_blhx .pi_li:first-child{margin-left:0;}
.pi_blhx .pi_li i{display:block;width:80px;height:80px;border-radius:5px;margin:0 auto;}
.pi_blhx .pi_li i.icon1{background:url(hxicon1.jpg) no-repeat center center #31AEDE;}
.pi_blhx .pi_li .pl_txt{width:100%;text-align:center;}
.pi_blhx .pi_li .pl_txt p{margin:0;line-height:24px;font-size:16px;color:#5A5A5A;margin-top:8px;}
.pi_blhx .pi_li .pl_txt p:first-child{line-height:32px;font-size:20px;font-weight:bold;color:#FE7900;}

/*taglable*/
.taglable{}
.taglable .taglable_right{width:71%;float:left;}
.taglable .taglable_right li{font-size:16px;line-height:40px;background:url(../images/tst_113.jpg) no-repeat left center;text-indent:10px;border-bottom:1px dashed #CCC;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.taglable .taglable_right1{width:71%;float:left;}
.taglable .taglable_right1 a{height:36px;line-height:36px;margin:0 5px;margin-bottom:15px;border:1px solid #EEE;border-radius:3px;display:block;float:left;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px;}
/*map*/
.webmap{width:840px;float:right;margin-top:25px;}
.webmap p{}
.webmap p a{white-space:nowrap;padding:8px 15px;background:#F5F5F5;margin-bottom:15px;display:inline-block;}
/*å…¬ç”¨åˆ†é¡µ*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:10px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}
/*å…¬ç”¨ç›¸å…³æŽ¨è*/
.news_tags{color:#2968E6;margin:15px 0;font-size:16px;border-top:1px solid #CCC;padding-top:20px;}
.xgtj{width:100%;height:auto;overflow:hidden;margin-top:20px;}
.xgtj_bt{width:100%;height:35px;}
.sgtj_bt_cn{width:100px;height:35px;background:#2968E6;line-height:35px;text-align:center;font-size:15px;color:#FFF;display:block}
.xgtj_nr{padding-top:5px;padding-bottom:50px}
.xgtj_nr ul li{width:48%;line-height:2.3;background:url(../images/tst_113.jpg) no-repeat 1px center;border-bottom:1px dashed #d8d8d8;margin:0 auto;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:8px;}
.xgtj_nr ul li:nth-child(2n){float:right;}
/*å…¬ç”¨å³ä¾§*/
.newscow_right{width:25%;float:right;}
.newscow_right .news_product{border:1px solid #dbdbdb;padding:10px;}
.newscow_right .news_product .np_title{font-size:14px;color:#2a2a2a;line-height:12px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.newscow_right .news_product .np_title span{font-size:22px;line-height:32px;}
.newscow_right .news_product .bd{overflow:hidden;zoom:1;margin-top:30px;}
.newscow_right .news_product .bd ul li{}
.newscow_right .news_product .bd ul li .r_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #ccc;}
.newscow_right .news_product .bd ul li .pic{position:absolute;top:0;left:0;width:100%;height:100%;}
.newscow_right .news_product .bd ul li .pic img{display:block;width:100%;height:100%;object-fit:cover;}
.newscow_right .news_product .bd ul li .title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.newscow_right .news_product .bd ul li .title a{color:#666}
.newscow_right .news_nlist{ padding-bottom:5px; overflow:hidden}
.newscow_right .news_nlist ul{ padding-top:5px}
.newscow_right .news_nlist ul li{line-height:36px; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media screen and (max-width:1230px){
    .news_list .news_ul .news_txt{width:calc(100% - 320px);margin-left:20px;}
    .news_list .news_ul .news_txt .news_info{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
    .product_wrap_img .pwi_left{width:35%;}
    .product_wrap_img .pwi_right{width:55%;}
    .product_wrap_img .pwi_right .pwi_right_txt{padding-bottom:48%;}
    .product_li{width:calc(100% - 260px);}

      .proinfo .box,.newscow_right,.newscow .newscow_left{width: auto;float: none;}
.newscow_right .news_product .bd ul li{width: 32%;padding: 0 10px;float: left;}
    .pi_top .pi_top_right em{font-size:13px;}

    
}
@media screen and (max-width:991px){
    .news_list .news_ul .news_txt{width:calc(100% - 220px);margin-left:20px;}
    .newscow .newscow_left{width:100%;float:none;}
    .newscow_right{width:100%;float:none;}
    .newscow_right .news_product .bd ul li{width:32%;float:left;margin-left:2%;}
    .newscow_right .news_product .bd ul li:first-child{margin-left:0;}
    .newscow_right .news_nlist ul li{width:48%;margin-left:4%;float:left;}
    .newscow_right .news_nlist ul li:nth-child(odd){margin-left:0;}
    .product_wrap_li li{width:32%;}
    .product_wrap_li li:nth-child(4n+1){margin-left:1.6%;}
    .product_wrap_li li:nth-child(3n+1){margin-left:0;}
    .product_list li{width:32%;}
    .productshow .productshow_left{width:100%;float:none;}
    .taglable .taglable_right1{width:100%;float:none;}
    .taglable .taglable_right{width:100%;float:none;}
    .product_wrap_img .pwi_left{width:40%;}
    .product_wrap_img .pwi_left .pwi_left_img{padding-bottom:75%;}
    .product_wrap_img .pwi_right{width:56%;}
    .product_wrap_img .pwi_right .pwi_right_txt{padding-bottom:53.58%;}
    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1{line-height:50px;font-size:20px;}
    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt p{font-size:12px;line-height:22px;padding-bottom:10px;}
    .product_li{width:100%;}
    .pi_top .pi_top_left{width:100%;}
    .pi_top .pi_top_right{width:100%;margin-top:20px;}

}
@media screen and (max-width:767px){
    .contact_feedback .c_form2{margin-top:22px;}
        .product_wrap_li li{width:48%;margin-left:4%;}
    .product_wrap_li li:nth-child(4n+1){margin-left:4%;}
    .product_wrap_li li:nth-child(3n+1){margin-left:4%;}
    .product_wrap_li li:nth-child(odd){margin-left:0;}
    .product_list li{width:50%;}
    .product_wrap_img .pwi_left{width:100%;}
    .product_wrap_img .pwi_right{width:100%;}
    .product_wrap_img .pwi_right .pwi_right_txt{position:relative;padding-bottom:0;}
    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt{position:relative;transform:translateY(0);padding:0 15px;}
    
        .news_94 .nl_li{width:100%;margin-left:0;float:none;}
    .newscow_right .news_product .bd ul li{width: auto;float: none;}
}
@media screen and (max-width:667px){
    .news_list .news_ul{padding:18px 0;}
    .news_list .news_ul .img{width: auto;float: none;margin-bottom: 10px;height: auto;min-height: 100px;}
    .news_list .news_ul .news_txt{width:calc(100% - 160px);margin-left:20px;}
    .news_list .news_ul .news_txt .news_info{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
    .contact .txt_p{width:100%!important;margin-bottom:15px;}
    .contact .txt_p .pp{width:calc(100% - 60px);margin-left:0;float:right;}
    .contact .txt_add .pp{width:calc(100% - 60px);margin-left:0;float:right;}
    .product_wrap_li li{width:48%;margin-left:4%;}
    .product_wrap_li li:nth-child(4n+1){margin-left:4%;}
    .product_wrap_li li:nth-child(3n+1){margin-left:4%;}
    .product_wrap_li li:nth-child(odd){margin-left:0;}
    .product_list li{width:50%;}
}
@media screen and (max-width:499px){
    .news_list .news_ul{padding:18px 0;}
    .news_list .news_ul .news_txt{width:calc(100% - 75px);margin-left:0;}
    .news_list .news_ul .news_txt .news_title{font-size:14px;line-height:25px;height:25px;}
    .news_list .news_ul .news_txt .news_info{font-size:12px;line-height:18px;}
    .news_list .news_ul .news_date{padding:8px 0px;margin-top:0;width:65px;}
    .news_list .news_ul .news_date span{font-size:22px;line-height:22px;}
    .newscow_right .news_product .bd ul li{width:100%;margin-left:0;}
    .newscow_right .news_nlist ul li{width:100%;margin-left:0;}
    .product_wrap_li li{width:100%;margin-left:0;}
    .product_wrap_li li:nth-child(4n+1){margin-left:0%;}
    .product_wrap_li li:nth-child(3n+1){margin-left:0%;}
    .product_list li{width:100%;}
    .xgtj_nr ul li{width:100%;}
    .product_li li{width:100%;margin-left:0;}
    .product_li li:nth-child(3n+1){margin-left:0;}
    
    .pi_top .pi_top_right h1{font-size:20px;line-height:30px;}
    .pi_top .pi_top_right .pi_btn{text-align:center;}
    .pi_top .pi_top_right .pi_btn span{width:100%;}
    .pi_top .pi_top_right .pi_btn span:last-child{clear:left;display: block;margin:10px 0 0;}
    .pi_top .pi_top_right .liucheng_btn{margin-top:0;}
    .pi_top .pi_top_right .liucheng_btn span{width:100%;text-align:center;}
    .pi_top .pi_top_right .liucheng_btn span:last-child{display:none;}
    
        .news_94 .nl_content{margin-top:0;}
    .news_94 .nl_li{padding:15px 0 9px;}
    .news_94 .nl_li .nl_txt{padding-left:76px;}
    .news_94 .nl_li .nl_txt:before{left:66px;}
    .news_94 .nl_li .nl_date{width:63px;font-size:20px;height:22px;line-height:22px;}
    
    
}




.right_nav_bar {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 10001;
  width: 57px;
}

.right_nav_bar li {
  position: relative;
  list-style: outside none none;
  float: left;
  height: 54px;
  width: 57px;
  background-color:#2968E6;
}

.right_nav_bar li:hover .icons {
  width: auto;
  background-color:#2968E6;
  font-size: 14px;
  color: #fff;
  top: 0;
}

.right_nav_bar .icons {
  height: 54px;
  width: 57px;
  float: left;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.right_nav_bar span.title {
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  top: -20px;
}

.right_nav_bar .phone-icon span.title {
  top: -18px;
  font-size: 22px;
}

.right_nav_bar i.icon {
  background-repeat: no-repeat;
  height: 54px;
  width: 57px;
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.black.right_nav_bar span.title {
  color: #fff;
}

.right_nav_bar .wx-icon i {
  background-image: url(../images/wx.png);
}

.right_nav_bar .zixun-icon i {
  background-image: url(../images/qq.png);
}

.right_nav_bar .phone-icon i {
  background-image: url(../images/phone.png);
}
.right_nav_bar .top-icon i {
  background-image: url(../images/js-top.png);
}

.right_nav_bar .qr {
  position: absolute;
  left: -215px;
  top: -48px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.right_nav_bar .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_nav_bar .wx:hover .qr {
  display: block;
}

.js-top {
  width: 57px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}

.ul-list4{
    overflow: hidden;
    margin: 20px -10px 0;
}

.ul-list4 li{
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
}
 .ul-list4 a{
    display: block;
    margin:0 10px;
 }
.ul-list4 .con{
    display: block;
    margin:0 10px;
}
.ul-list4 .tit{
    text-align: center;
    font-size: 16px;
    color:#fff;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color:#2968E6;
}
.ul-list4 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    background-color: #f6f6f6;
}
.ul-list4 .pic img{
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   object-fit: contain;
}
.phone-chanpin {
    margin: 30px 0;
    display: none;
}

.phone-chanpin::after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}

.phone-chanpin .tit {
    width: 100px;
    float: left;
    background-color: #0E5291;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.phone-chanpin .more {
    float: left;
    width: calc(100% - 100px);
    background-color: #eee;
    position: relative;
    height: 44px;
}

.phone-chanpin .name {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 44px;
}

.phone-chanpin .sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0E5291;
    z-index: 99;
    display: none;
    padding: 10px 0;
}

.phone-chanpin .sub a {
    display: block;
    line-height: 24px;
    font-size: 12px;
    padding-left: 15px;
    color: #fff;
}

@media screen and (max-width:1230px){
    .right_nav_bar{display: none;}
.phone-chanpin{display: block;}
}

@media screen and (max-width:960px){
 .ul-list4 li{width: 50%;}
.g-prod .info{padding: 0;}

}


@media screen and (max-width:480px){
 .ul-list4 li{width: auto;float: none;}

    
}






#casebg{padding:0 0 54px;}
.case{}
.case_c{position:relative;}
.case_c_item{width:100%;overflow:hidden;margin-top:38px;}
.case_c .swiper-slide{ margin:0 8px;}
.case_c .swiper-slide .c_li{width:100%;padding-bottom:75%;position:relative;}
.case_c .swiper-slide .c_li .c_img{position:absolute;width:100%;height:100%;top:0;left:0;}
.case_c .swiper-slide .c_li .c_img img{object-fit:cover;width:100%;height:100%; border:1px solid #eeeeee}
.case_c .swiper-slide p{margin:0;line-height:22px;height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:16px;color:#5e5e5e;margin-top:15px;}
.case_c .swiper-slide p a{color:#5e5e5e;}
.case_c  .swiper-button-prev{background:url(arrowicon.png) no-repeat center center #E1B551;width:40px;height:40px;left:-68px;margin-top:-20px;border-radius:50%;outline:none;transform:rotate(180deg);
-ms-transform:rotate(180deg);/* IE 9 */
-moz-transform:rotate(180deg);/* Firefox */
-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
-o-transform:rotate(180deg); }
.case_c  .swiper-button-next{background:url(arrowicon.png) no-repeat center center #E1B551;width:40px;height:40px;right:-68px;margin-top:-20px;border-radius:50%;outline:none;}
/*äº§å“å±•ç¤º*/
.product_wrap_img {
    margin-top: 20px;
    background: #E2E2E2;
    overflow: hidden;
}

#news{padding:0px 0 40px; }
#news .news_content .news_title{text-align:center;font-size:0;-webkit-text-size-adjust:none;}
#news .news_content .news_title a{ margin-left:15px;}
#news .news_content .news_title span{display:inline-block;font-size:14px;position:relative;text-align:center;padding:0 50px;line-height:40px;height:40px;cursor:pointer;color:#3f3f3f;margin-left:15px; border-radius:3px; background:#dddddd}
#news .news_content .news_title span:first-child{margin-left:0;}
#news .news_content .news_title span.hover{color:#FFF;background:#b41b15;}

#news .news_content .news_title span.hover .san {    position: absolute;    left: 50%;    margin-left: -8px;    bottom: -8px;    width: 0;    height: 0;    border-left: 8px solid transparent;    border-right: 8px solid transparent;    border-top: 8px solid #b41b15;
    display: block;
}


 .center1 .slid_img1{ margin:0 7px;}
 .center1 .slid_img1 img{ max-width:100%; }
 .center1 .slid_img1 p{ width:100%; line-height:35px;  color:#dbdada; }
 .center1 .slid_img1 p a{ color:#666666; font-size:14px;}
 .center1 .slid_img1 p a:hover{ color:#666666}

.center1 .slick-prev{ display:none !important}
.center1 .slick-next{ display:none !important}

.cpfl{text-align:center;font-size:0;-webkit-text-size-adjust:none;}
.cpfl a{display:inline-block;font-size:14px;position:relative;text-align:center;padding:0 50px;line-height:40px;height:40px;cursor:pointer;color:#3f3f3f;margin-left:19px;border:1px solid #e5e5e5; border-radius:3px}}
.cpfl a:first-child{margin-left:0;}
.cpfl a:hover{ color:#FFF;background:#b41b15;border:1px solid #b41b15;}




 .product_left{width:100%; margin-top:5px;}
 .product_left .pl_top{width:130px;height:50px;background:#b41b15;float:left}
 .product_left .pl_top p{color:#FFF;font-size:15px;line-height:50px;text-align:center;}
 .product_left .pl_ul{width:calc(100% - 180px);float:left;height:50px;position:relative;}
 .product_left .pl_ul .first_li{width:100%;height:50px;line-height:50px;display:block;text-indent:20px;color:#333;background:#e6e6e6;font-size:13px;}
 .product_left .pl_ul .ul_li{width:calc(100% + 50px);position:absolute;top:50px;left:0;background:#F00;display:none;z-index:20;border-top:1px solid #D0D0D0;}
 .product_left .pl_ul .ul_li a{width:100%;height:35px;line-height:35px;display:block;text-indent:20px;color:#333;background:#e6e6e6;border-bottom:1px solid #D0D0D0;font-size:13px;}
 .product_left .pl_right{width:50px;height:50px;background:#e6e6e6;background-size:auto 50%;float:right;}
 .product_left .pl_right i{display:block;width:100%;height:100%;background:url(../images/cli.png) no-repeat center center;transform:rotate(90deg);transition:transform .3s ease-out;}
 .product_left .pl_right i.on{transform:rotate(-90deg);}
 .product_right{width:96%;padding:0rem 2% 1rem;}
 .product_right .pr_ul{width:100%;overflow:hidden;}
 .product_right .pr_ul .swiper-slide{margin-top:20px!important;width:49%;}
 .product_right .pr_ul .swiper-slide .s_img{width:100%;height:0;padding-bottom:66.67%;border:1px solid #DDD;box-sizing:border-box;position:relative;}
 .product_right .pr_ul .swiper-slide .s_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;}
 .product_right .pr_ul .swiper-slide p{background:#DEDEDE;height:2rem;line-height:2rem;text-align:center;padding:0 0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;}
 .product_right .pr_ul .swiper-slide p a{color:#333;}

 /*æ–°é—»ä¸­å¿ƒ*/
.news{ background:#f5f5f5; padding:20px 0 120px;}
.news_tu{ text-align:center;}
.news_tu img{width:100%;}

.news_bt a{ color:#333333; font-size:18px; font-weight:bold;width:100%;display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.news_zi { font-size:13px; color:#777777; margin:0 0 12px; line-height:1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_rq { color:#999999; font-size:10px;}



.pb_title{text-align:center; margin-top:35px;margin-bottom: 35px;}
.pb_title h2{margin:0;font-size:40px;color:#323232;font-weight:bold;position:relative;height:46px;line-height:46px;display:inline-block;padding:0 20px;position:relative;}
.pb_title h2 i{display:block;width:140px;height:7px;position:absolute;top:25px;}

.pb_title p{margin:0;color:#848484;font-size:16px;line-height:20px;margin-top:13px;text-align:center;}

#news .pic{
    float: left;
    width: 200px;
    height: 125px;
    margin-right: 30px;
}
#news .pic img{
    display: block;
    width: 100%;
    height: 100%;

}
.news_nr{
    overflow: hidden;
}
@media screen and (max-width:1199px){
    .pb_title h2{font-size: 26px;}
    .news_bt a{font-size: 18px;}
}
@media screen and (max-width:768px){
    .pb_title h2{font-size: 22px;}
    #news .pic{display: none;}
    #px_banner{height: 140px;}
    #px_banner img{object-fit: cover;}
}


/*companyInfo*/
/*#companyInfobg{padding:38px 0 50px;}
.companyInfo{margin-top:16px;background:#FFF;}
.companyInfo .cl_img{width:625px;float:left;padding-bottom:494px;position:relative;margin-right:35px;}
.companyInfo .cl_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}
.companyInfo .c_right{width:calc(100% - 640px);float:right;padding:6px 0 0 35px;}
.companyInfo p{margin:0;text-align:left;line-height:28px;color:#666;margin-top:10px;font-size:15px;}
.companyInfo p.tit{height:40px;line-height:40px;font-size:40px;font-family:Impact;color:#2968E6;}
.companyInfo p.en{height:34px;line-height:34px;font-size:24px;font-weight:bold;color:#717171;font-weight:bold;margin-top:9px;}
.companyInfo .txt{
    overflow: hidden;
    padding-top: 60px;
}*/
/**/
/*c_youshi*/
#c_youshibg{background:#F5F5F5;background-size:cover;padding:31px 0 62px;}
.c_youshi{width:100%;overflow:hidden;margin-top:30px;}
.c_youshi .ys_li{background:#FFF;border-radius:10px;padding:21px 30px 36px;text-align:center;}
.c_youshi .ys_li:nth-child(odd){margin-left:0;}
.c_youshi .ys_li i{display:inline-block;height:91px;width:91px;border-radius:50%;}
.c_youshi .ys_li i.icon1{background:url(nc_icon1.png) no-repeat center center #ececed;}
.c_youshi .ys_li i.icon2{background:url(nc_icon2.png) no-repeat center center #ececed;}
.c_youshi .ys_li i.icon3{background:url(nc_icon3.png) no-repeat center center #ececed;}
.c_youshi .ys_li .ys_txt{padding-top:8px;text-align:left;}
.c_youshi .ys_li .ys_txt p{margin:0;line-height:26px;font-size:16px;color:#8a8d91;margin-top:11px;}
.c_youshi .ys_li .ys_txt p:first-child{height:30px;line-height:30px;font-size:20px;font-weight:bold;color:#020303;text-align:center;}
.c_youshi .ys_li .ys_txt p:last-child{height:104px;}
/*1200ä»¥ä¸Šå±å¹•*/
@media screen and (max-width:1429px){
    /*#companyInfobg{padding:35px 0 40px;}
    .companyInfo .cl_img{width:500px;padding-bottom:393px;}*/
    #c_youshibg{padding:30px 0 40px;}
    .c_youshi .ys_li{padding:15px 16px 20px;}
    .c_youshi .ys_li .ys_txt p:last-child{height:147px;}
}
@media screen and (max-width:1229px){
   /* #companyInfobg{padding:30px 0;}
    .companyInfo{margin-top:15px;}
    .companyInfo .cl_img{margin-right:20px;}
    .companyInfo p{font-size:14px;line-height:24px;}
    .companyInfo p.tit{font-size:36px;height:36px;line-height:36px;}
    .companyInfo p.en{font-size:22px;height:30px;line-height:30px;}*/
    #c_youshibg{padding:25px 0 30px;}
    .c_youshi{margin-top:20px;}
    .c_youshi .ys_li{padding:10px 10px 12px;}
    .c_youshi .ys_li i{width:80px;height:80px;}
    .c_youshi .ys_li .ys_txt p{font-size:12px;margin-top:6px;}
    .yc_youshi .ys_li .ys_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-top:6px;}
    .c_youshi .ys_li .ys_txt p:last-child{height:105px;}
}
@media screen and (max-width:1023px){
    /*#companyInfobg{padding:20px 0;}
    .companyInfo .cl_img{width:369px;padding-bottom:299px;margin-right:15px;}
    .companyInfo p.tit{margin-top:0;}*/
    #c_youshibg{padding:20px 0;}
    .c_youshi{margin-top:20px;}
   /* .companyInfo .txt{padding-top: 30px;}
*/
}
@media screen and (max-width:767px){
    /*.companyInfo .cl_img{width:100%;padding-bottom:80.94%;float:none;margin-right:0;}
    .companyInfo p.tit{font-size:30px;height:30px;line-height:30px;margin-top:15px;}*/
}
@media screen and (max-width:667px){
    

}
@media screen and (max-width:499px){
    
}

.row-2{
    padding: 60px 0 ;
}
.g-pro{
    overflow: hidden;
    margin:60px 0 ;
}
.g-prod{
    margin:60px 0 ;
    overflow: hidden;
}
.g-prod .left{
    width: 260px;
    float: left;
    margin-right: 20px;
}

.g-prod .info{
    overflow: hidden;
    padding: 0 10px;
}
.g-prod .left .title{
    background-color:#2968E6;
    color:#fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.ul-pact a{
    line-height: 45px;
    padding-left: 20px;
    color:#333;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    transition:all .3s;
}
.ul-hot a{
    display: block;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    transition:all .3s;
}
.ul-pact li.on a,
.ul-pact a:hover,
.ul-hot a:hover{
    background:#2968E6;
    color:#fff;
    padding-left: 30px;
    
}
.mb30{
    margin-bottom: 30px;
    border:1px solid #eee;
    border-bottom: none;
}
.g-prod .left  .p3 {
    margin-bottom: 30px;
}

.g-prod .left  .p3 ul{
     background: #3E4B55;
     border-top: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
}
.slidercase .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
@media only screen and (max-width: 1230px) {
    .g-prod .left{width: 260px;margin-right: 20px;}
    #floatBottom{display: block;}
        .g-prod{margin: 30px 0;}
        .row-2{padding: 30px 0;}
}
@media only screen and (max-width: 1023px) {
    .g-prod .left{width: auto;float: none;margin-right: 0;}
    .g-prod .left .p2,.g-prod .left .p3{display: none;}
    .ul-pact{overflow: hidden;}
    .ul-pact li{width: 50%;float: left;}
    .g-tit2 .desc i{display: none;  }
    .g-tit2 .cn{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
    .ul-pact a{text-align: center;padding-left: 0;font-size: 14px;}
    .g-prod .left .title{padding-left: 0;text-align: center;}
    .banner .swiper-slide img{height: 180px;object-fit: cover;}
    .ul-list1 .tit{font-size: 12px;line-height: 30px;}
    .ul-chanpin{margin-bottom: 15px;}
    .ul-lc{margin:0 -5px;}
    .ul-lc .con{margin: 0  5px;}
    .so .name .hot{float: none;margin-right: 0;}
    .ul-pact li{width: auto;float: none;}
    .ul-list4 .tit{font-size: 14px;}
}
.g-fz,.g-fz a{
    font-size: 14px;
    color:#fff;
}
.g-fz{
    margin:20px 0 0;
}
.g-txt{
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.8;
}

.ul-list2{
    margin:30px -18px 0;
    overflow: hidden;
}
.ul-list2 li{
    float: left;
    width: 25%;
}
.ul-list2 .con{
    margin:0 18px;
}
.ul-list2 .pic{
    line-height: 158px;
    height: 160px;
    text-align: center;
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid #D2D2D2;
}
.ul-list2 .pic img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.ul-list2  .tit{
    text-align: center;
    font-size: 18px;
    color:#222222;
    line-height: 58px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
.ul-list2 li{width: 33.33%;}
}
@media only screen and (max-width: 767px) {
.ul-list2 li{width: 50%;}
}
@media only screen and (max-width: 500px) {
.ul-list2 li{width: auto;float: none;}
}


.ul-case{
    overflow: hidden;
    margin:30px -15px;
}
.ul-case li{
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
}
.ul-case a{
    display: block;
    margin:0 15px;
}
.ul-case .pic{
    position: relative;
    padding-top: 60%;
    height: 0;
    overflow: hidden;
}
.ul-case .pic img{
    transition:all .6s;
}
.ul-case li:hover .pic img{
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ul-case .tit{
    display: block;
    position: absolute;
    bottom:30px;
    left: 0;
    background-color: #2968E6;
    padding: 0 20px;    
    width: 200px;
    font-size: 14px;
    line-height: 45px;
    color:#fff;
    transition:all .3s;
}
.ul-case li:hover .tit{
    width: 100%;
}
.slidercase .title{
    display: block;
    background-color: #eee;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1230px) {
.ul-case li{width: 50%;}
}
@media only screen and (max-width: 767px) {
.ul-case li{width: auto;float: none;}
.pi_content .pro_txt{overflow-x: auto;}
}</pre></body></html>